home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 726-750 / 727 / vertex / docs / quickref.doc < prev    next >
Text File  |  1995-03-18  |  8KB  |  142 lines

  1.  
  2.  
  3. Vertex Function List        V 1.62a
  4.  
  5.  
  6. FUNCTION        NOTES                                   AREXX
  7. =============   =====================================   ===================
  8.  
  9. READ
  10. =============   =====================================   ===================
  11. Compressed      The internal format                     READ filename
  12. Turbo Silver    Names/Colors                              "
  13. Imagine         Names/Colors                              "
  14. Lightwave       Names/Colors                              "
  15. Sculpt 3D/4D    Colors                                    "
  16. GEO             Forms Only                                "
  17.  
  18. SAVE
  19. =============   =====================================   ===================
  20. Compressed      The internal format                     SAVE COMP name
  21. Turbo Silver    Names/Colors/Smooth                     SAVE TURB name
  22. Imagine         Names/Colors/Smooth                     SAVE IMAG name
  23. Lightwave       Names/Colors/Smooth                     SAVE LIGH name
  24. Sculpt 3D/4D    Names/Colors/Smooth                     SAVE SCUL name
  25. GEO             Forms Only                              SAVE GEO1 name
  26. Wavefront       Forms Only                              SAVE WAVE name
  27.  
  28. ADD
  29. =============   =================================   =======================
  30. Shapes (Lathe)  Define the edge and lathe it        LATHE ang res name
  31. Grid            A Basic grid                        GRID x y res res name
  32. Duplicate       Copies all selected                 DUPL x y z name
  33. BASICS                                              BASI
  34.   Cube        Set width, height, depth                CUBE w h d name
  35.   Star        Set Number of points                    STAR r p name
  36.   Sphere      Set resolution & radius                 SPHE r p name
  37.   Ring        Set res and both radii                  RING r1 r2 r p name
  38.   Tube        Set diameter, height and res            TUBE diam hght res name
  39.   Cone        Diameter, height res                    CONE diam hght res name
  40.   Disk        Diameter res                            DISK diam res name  
  41.   Arc         Radius, res and name                    ARCC rad res name
  42. Vertex          Give 3 absolute coordinates         VERT x y z
  43. Edge            Point and click to make edges       EDGE v1 v2
  44. Face            Point and click to make faces       FACE v1 v2 v3
  45.  
  46. SELECT
  47. =============   =====================================   ===================
  48. All             Selects all points                      SELE ALLL
  49. Swap            On=off and off=on                       SELE SWAP
  50. Named           From a scrolling selecter               SELE NAME name
  51. Vertex          Point and click                         SELE VERT num
  52. Area            Drag out a rectangle                    --
  53. All Except      A useful function                       SELE EXCE name
  54. Connected       All vertices connected by edges         SELE CONN
  55. Exterior        Only vertices on the perimeter          SELE EXTE
  56. Pattern         Binary (eg: 110010101) pattern          SELE PATT 0000
  57. Layer           Give the X,Y,Z extents                  SELE LAYE -xyz +xyz
  58. Expand                                                  SELE EXPA
  59. Shrink                                                  SELE SHRI
  60.  
  61. DESELECT
  62. =============   =====================================   ===================
  63. All             See Above                               DESE ALLL
  64. Swap                "                                   DESE SWAP
  65. Named               "                                   DESE NAME name
  66. Vertex              "                                   DESE VERT num
  67. Area                "                                   --
  68. All Except          "                                   DESE EXCE name
  69. Pattern             "                                   DESE PATT 0000
  70.  
  71. MODIFY
  72. =============   =====================================   ===================
  73. Multiply        Any math formula                        MULT formula
  74. Curve           Multiple ways to map curve to object    --
  75. Gravity         Controllable strength                   --
  76. Randomize       X,Y and/or Z                            RAND x y z
  77. Taper           Taper along an Axis                     TAPE XAXI scale
  78. Twist           Twist around the Y axis                 TWIS degrees
  79. Wrap Ring       Wrap around a cylinder                  WRAP degrees
  80. Extrude         Smart - no interior faces/edges         EXTR
  81.                 call: EXTR x y z rotx roty rotz scalx scaly scalz steps
  82. Lathe           Use this function to lathe an edge      LATH
  83.                 call: LATH rotx roty rotz steps
  84. Bevel           The new bevel routine                   BEVE inset depth
  85. Sub Edges       Breaks each face into 4                 SUBD EDGE
  86. Sub Faces       Breaks each face into 3                 SUBD FACE
  87. Fuse            Makes all selected vertices into one    FUSE
  88. Overlap Fuse    Overlapping vertices (2) become one     OVER
  89. Name Selected   Up to 256 different names at this time  NAME
  90. Planar Fill     Simple fill routine                     PLAN
  91. Distance        Find distance between vertcies          --
  92. Color           Adjust all selected faces colors        COLO r g b
  93. Vertex Info     Change coords and number                --
  94. Cut Window      Cuts hole in selected faces             WIND
  95. Fractal         Fractalizes selected faces              FRAC recur hght seed
  96. Seperate        Lifts a set of points from an object    SEPE
  97. Smooth          Sets face smoothing by objects          --
  98.  
  99. TRANSFORM
  100. =============   =====================================   ===================
  101. Initialize      Center everything on origin             INIT
  102. Rotate          Rotate on origin (or hot spot)          ROTA
  103. Scale           Scale on each axis                      SCAL
  104. Size            Global size all                         SIZE
  105. Align           High, Center or Low (X,Y or Z)          ALIG
  106. Move Free       Mouse Control                           MOVE
  107. Scale Free      Mouse Control                           --
  108. Size Free       Mouse Control                           --
  109. Edit            Select a subset to edit                 --
  110. Toggle Hot      Turn Hot Spot on or off                 THOT
  111. Set Hot         Place hot spot anywhere (X,Y,Z)         SHOT x y z
  112. Hot Spot on                                             HOTT
  113. Hot Spot off                                            NOTT
  114.  
  115. DELETE
  116. =============   =====================================   ===================
  117. All             Deletes everything!                     DELE ALLL
  118. Vertices        Deletes all selected vertices           DELE VERT
  119. Edges           Deletes all selected edges              DELE EDGE
  120. Faces           Deletes all selected faces              DELE FACE
  121. Dup Faces       Flushes duplicate faces                 DELE DUPL FACE
  122. Dup Edges       Flushes duplicate edges                 DELE DUPL EDGE
  123. Useless Edges   Delete's all edges not part of a face   DELE USEL
  124. Safety Toggle   Turn off the 'Are You Sure' requester   --
  125.  
  126. VIEW
  127. =============   =====================================   ===================
  128. Initialize      Zero rotations and positions            VIEW INIT
  129. Indicators      Set the vertex indicator size           VIEW INDI #
  130. Parameters      Rotations/Positions/Zoom                VIEW ROTA/POSI/ZOOM
  131. Fast Draw       Toggle                                  --
  132. Trans Fast      Toggle for transform fast draw          --
  133. Back Hide       Hidden line removal (kinda!)            --
  134. Hide Select     Hides all selected vertices             --
  135. Hide Verts      Hides vertices you specify              --
  136. Unhide Verts    Unhides all previously hidden           --
  137. Render Solid    Simple render mode                      REND SOLI [save file]
  138. Render Wire     Simple render mode                      REND WIRE [save file]
  139. Anim Render     Real-time rotating view                 REND ANIM
  140. Render Shade    The start of a real solid modeller      --
  141. Distance        Set perspective (200 to 10000)          DIST ammount
  142.